libxc: disable xc_ptrace on x86 Linux
authorIan Campbell <ian.campbell@citrix.com>
Fri, 13 Aug 2010 13:25:56 +0000 (14:25 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 13 Aug 2010 13:25:56 +0000 (14:25 +0100)
commitfa2244104b42a8ab478b13eaba6bc86c87c0c167
tree12f68f8265fccbbdcfdb6818fb755a8fdd0ecc93
parent8001ffc0d353ebeae4fe2c33a8588e53438ceec1
libxc: disable xc_ptrace on x86 Linux

It has been unused since 21732:eb34666befcc.

Removing the include of sys/ptrace.h and threaddb.h exposed a few
places which were using time(2) or gettimeofday(2) without including
time.h or sys/time.h respectively and were relying on an include.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/console/daemon/io.c
tools/libxc/Makefile
tools/libxc/xc_ptrace.h
tools/libxc/xenctrl.h
tools/libxl/libxl.c
tools/libxl/xl.c
tools/libxl/xl_cmdimpl.c
tools/python/xen/lowlevel/checkpoint/libcheckpoint.c
tools/xenpaging/xenpaging.c